[INFO] cloning repository https://github.com/gmartsenkov/peek
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gmartsenkov/peek" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmartsenkov%2Fpeek", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmartsenkov%2Fpeek'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 505e1efd8aec22c95299e3ac9120ad6bc3e91e5f
[INFO] fixing gmartsenkov/peek against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmartsenkov%2Fpeek" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config
[INFO] started tweaking git repo https://github.com/gmartsenkov/peek
[INFO] finished tweaking git repo https://github.com/gmartsenkov/peek
[INFO] tweaked toml for git repo https://github.com/gmartsenkov/peek written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gmartsenkov/peek on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gmartsenkov/peek already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 66dfeeba28be92c2ac375e1bbb861f10864a0b47ddcc6394037a051fd009a29e
[INFO] running `Command { std: "docker" "start" "66dfeeba28be92c2ac375e1bbb861f10864a0b47ddcc6394037a051fd009a29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "66dfeeba28be92c2ac375e1bbb861f10864a0b47ddcc6394037a051fd009a29e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66dfeeba28be92c2ac375e1bbb861f10864a0b47ddcc6394037a051fd009a29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "66dfeeba28be92c2ac375e1bbb861f10864a0b47ddcc6394037a051fd009a29e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating peek/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating peek-lib/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking thread-id v3.3.0
[INFO] [stderr]     Checking simple-logging v2.0.2
[INFO] [stderr]    Compiling mlua-sys v0.5.2
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling mlua_derive v0.9.2
[INFO] [stderr]     Checking erased-serde v0.4.4
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking mlua v0.9.7
[INFO] [stderr]     Checking peek-lib v0.1.0 (/opt/rustwide/workdir/peek-lib)
[INFO] [stderr]    Migrating peek-lib/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed peek-lib/src/functions.rs (3 fixes)
[INFO] [stderr]        Fixed peek-lib/src/lib.rs (1 fix)
[INFO] [stderr]     Checking peek v0.1.0 (/opt/rustwide/workdir/peek)
[INFO] [stderr]    Migrating peek/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating peek-lib/tests/integration_test.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.71s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.9.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr] crater-edition-check: peek v0.1.0 (/opt/rustwide/workdir/peek) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: peek-lib v0.1.0 (/opt/rustwide/workdir/peek-lib) updating edition from 2021 to 2024
[INFO] [stderr]     Checking peek-lib v0.1.0 (/opt/rustwide/workdir/peek-lib)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/lib.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(lua: &'a Lua) -> Config {
[INFO] [stdout]    |                      --         ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(lua: &'a Lua) -> Config<'a> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/lib.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn filter(&self, prompt: String) -> mlua::prelude::LuaResult<Vec<mlua::Value>> {
[INFO] [stdout]    |                   ^^^^^ the lifetime is elided here                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn filter(&self, prompt: String) -> mlua::prelude::LuaResult<Vec<mlua::Value<'_>>> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> peek-lib/src/lib.rs:195:20
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn render(lua: &Lua) -> mlua::Function {
[INFO] [stdout]     |                    ^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn render(lua: &Lua) -> mlua::Function<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/functions.rs:89:28
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub fn selected_value(lua: &Lua, _: ()) -> LuaResult<Option<mlua::Value>> {
[INFO] [stdout]    |                            ^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub fn selected_value(lua: &Lua, _: ()) -> LuaResult<Option<mlua::Value<'_>>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/picker/buffer.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue> {
[INFO] [stdout]    |                    ^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/picker/file.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue> {
[INFO] [stdout]    |                    ^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/picker/file_explorer.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue> {
[INFO] [stdout]    |                    ^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/vim.rs:72:52
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn to_lua_table(&'a self, lua: &'a Lua) -> Table {
[INFO] [stdout]    |                          --             --         ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |              |
[INFO] [stdout]    |                          |              the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn to_lua_table(&'a self, lua: &'a Lua) -> Table<'a> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/lib.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(lua: &'a Lua) -> Config {
[INFO] [stdout]    |                      --         ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(lua: &'a Lua) -> Config<'a> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/lib.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn filter(&self, prompt: String) -> mlua::prelude::LuaResult<Vec<mlua::Value>> {
[INFO] [stdout]    |                   ^^^^^ the lifetime is elided here                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn filter(&self, prompt: String) -> mlua::prelude::LuaResult<Vec<mlua::Value<'_>>> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> peek-lib/src/lib.rs:195:20
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn render(lua: &Lua) -> mlua::Function {
[INFO] [stdout]     |                    ^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn render(lua: &Lua) -> mlua::Function<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/functions.rs:89:28
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub fn selected_value(lua: &Lua, _: ()) -> LuaResult<Option<mlua::Value>> {
[INFO] [stdout]    |                            ^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub fn selected_value(lua: &Lua, _: ()) -> LuaResult<Option<mlua::Value<'_>>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/picker/buffer.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue> {
[INFO] [stdout]    |                    ^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/picker/file.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue> {
[INFO] [stdout]    |                    ^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/picker/file_explorer.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue> {
[INFO] [stdout]    |                    ^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn filter(lua: &Lua, prompt: String) -> LuaResult<LuaValue<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> peek-lib/src/vim.rs:72:52
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn to_lua_table(&'a self, lua: &'a Lua) -> Table {
[INFO] [stdout]    |                          --             --         ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |              |
[INFO] [stdout]    |                          |              the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn to_lua_table(&'a self, lua: &'a Lua) -> Table<'a> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking peek v0.1.0 (/opt/rustwide/workdir/peek)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> peek/src/lib.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn peek(lua: &Lua) -> LuaResult<LuaTable> {
[INFO] [stdout]   |              ^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |              |
[INFO] [stdout]   |              the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn peek(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> peek/src/lib.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn peek(lua: &Lua) -> LuaResult<LuaTable> {
[INFO] [stdout]   |              ^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |              |
[INFO] [stdout]   |              the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn peek(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.80s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.9.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "66dfeeba28be92c2ac375e1bbb861f10864a0b47ddcc6394037a051fd009a29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66dfeeba28be92c2ac375e1bbb861f10864a0b47ddcc6394037a051fd009a29e", kill_on_drop: false }`
[INFO] [stdout] 66dfeeba28be92c2ac375e1bbb861f10864a0b47ddcc6394037a051fd009a29e
